home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 June
/
CHIP Turkiye Haziran 1997.iso
/
shar
/
95crowd
/
_setup.1
/
CCUNINST.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
Wrap
Text File
|
1996-09-05
|
3KB
|
104 lines
object Form1: TForm1
Left = 72
Top = 101
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Uninstall Crowd Control'
ClientHeight = 260
ClientWidth = 404
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 11
Top = 12
Width = 379
Height = 49
AutoSize = False
Caption =
'To uninstall Crowd Control, click the Uninstall Crowd Control bu' +
'tton. If you do not want to uninstall Crowd Control at this tim' +
'e, click the Cancel button.'
WordWrap = True
end
object Label2: TLabel
Left = 11
Top = 49
Width = 390
Height = 55
AutoSize = False
Caption =
'You can choose whether to delete the Custom Windows 95 folders t' +
'hat Crowd Control created for each user. These folders include ' +
'the Programs, Start Menu, Desktop, Favorites and Recent folders ' +
'and are located in the Windows\Profiles directory.'
WordWrap = True
end
object Label3: TLabel
Left = 11
Top = 111
Width = 387
Height = 40
AutoSize = False
Caption =
'Deleting the custom Windows 95 folders will not delete the origi' +
'nal Windows 95 Start Menu and Program folders, which are usually' +
' found in the Windows\Start Menu directory'
end
object Label4: TLabel
Left = 89
Top = 182
Width = 288
Height = 33
AutoSize = False
Caption =
'If this option is checked, all data files in the users'#39' Desktop' +
', Favorites and other folders will also be deleted.'
WordWrap = True
end
object Label5: TLabel
Left = 31
Top = 182
Width = 53
Height = 13
Caption = 'WARNNG:'
end
object cmdUninstall: TButton
Left = 180
Top = 225
Width = 126
Height = 26
Caption = 'Uninstall Crowd Control'
TabOrder = 0
OnClick = cmdUninstallClick
end
object cmdCancel: TButton
Left = 312
Top = 225
Width = 75
Height = 26
Cancel = True
Caption = 'Cancel'
TabOrder = 1
OnClick = cmdCancelClick
end
object chkDeleteFolders: TCheckBox
Left = 11
Top = 164
Width = 267
Height = 17
Caption = 'Delete the custom Windows 95 folders'
State = cbChecked
TabOrder = 2
end
object BrowseDirectoryDlg1: TBrowseDirectoryDlg
Options = [bfDirectoriesOnly]
Left = 91
Top = 228
end
end